← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:12 2016

Filename(eval 292)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm:56]
StatementsExecuted 1015 statements in 925µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm line 56
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
33811683µs695µsPath::IsDev::Result::::reasonsPath::IsDev::Result::reasons
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
11015925µs1113µs
# spent 695µs (683+13) within Path::IsDev::Result::reasons which was called 338 times, avg 2µs/call: # 338 times (683µs+13µs) by Path::IsDev::Result::add_reason at line 132 of Path/IsDev/Result.pm, avg 2µs/call
package Path::IsDev::Result; my $default=$outer_default; sub reasons { if (@_ == 1) {if ( !exists $_[0]{reasons} ) { $_[0]{reasons} = $default->($_[0]) }return $_[0]{reasons} } else { return $_[0]{reasons}=$_[1] } }
# spent 13µs making 11 calls to Path::IsDev::Result::__ANON__[Path/IsDev/Result.pm:54], avg 1µs/call
2;